add myself as package maintainer
authorPeter Wagner <​[email protected]>
Wed, 3 Jul 2013 10:20:19 +0000 (10:20 +0000)
committerPeter Wagner <​[email protected]>
Wed, 3 Jul 2013 10:20:19 +0000 (10:20 +0000)
Signed-off-by: Peter Wagner <[email protected]>
SVN-Revision: 37145

mail/dovecot/Makefile
mail/fetchmail/Makefile
sound/cmus/Makefile
sound/pulseaudio/Makefile

index 5c9ad639b90c94d025211145791d00a8d46d7cdd..23c1bc7a2db59fb5469b30d21007dc17e5e21451 100644 (file)
@@ -25,6 +25,7 @@ define Package/dovecot
   CATEGORY:=Mail
   DEPENDS:=+libopenssl +librt +zlib +libbz2 +libcap
   TITLE:=An IMAP and POP3 daemon
+  MAINTAINER:=Peter Wagner <[email protected]>
   URL:=http://www.dovecot.org/
 endef
 
index 260f425f932314018a57cda51cf6f1bfbb2f313b..97a3d49bc2343aa24a073d8d97759d71c4505967 100644 (file)
@@ -24,6 +24,7 @@ define Package/fetchmail/Default
   SECTION:=mail
   CATEGORY:=Mail
   TITLE:=Remote mail retriever
+  MAINTAINER:=Peter Wagner <[email protected]>
   URL:=http://fetchmail.berlios.de/
 endef
 
index 7b59bb5528b7b2ed379a4271b4ac0cc3342fb033..fb5a9d1257419ce1051f88db57aa0131374e671f 100644 (file)
@@ -30,6 +30,7 @@ define Package/cmus
        +AUDIO_SUPPORT:alsa-lib \
        +BUILD_PATENTED:libmad +libvorbisidec +libflac
   TITLE:=C* Music Player
+  MAINTAINER:=Peter Wagner <[email protected]>
   URL:=http://cmus.sourceforge.net/
 endef
 
index 1928450084d23c004ffe09c7bfcdfe5c646a6884..a2b5b01a3d6d5f14b2f78060b87821f8a6ace6eb 100644 (file)
@@ -30,8 +30,9 @@ define Package/pulseaudio/Default
   SECTION:=sound
   CATEGORY:=Sound
   DEPENDS:=+libspeexdsp +libsndfile +libltdl +libpthread \
-       +librt +alsa-lib +libjson +libopenssl +libwrap $(ICONV_DEPENDS) $(INTL_DEPENDS)
+       +librt +alsa-lib +libjson +libopenssl +libcap +libwrap $(ICONV_DEPENDS) $(INTL_DEPENDS)
   TITLE:=Network sound server
+  MAINTAINER:=Peter Wagner <[email protected]>
   URL:=http://www.pulseaudio.org
   PROVIDES:=pulseaudio
 endef
@@ -114,7 +115,6 @@ CONFIGURE_ARGS += \
        --disable-lirc \
        --disable-bluez \
        --disable-udev \
-       --without-caps \
        --without-fftw
 
 ifeq ($(BUILD_VARIANT),avahi)